home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / equity.arc / EQRAMDVR.DOC next >
Text File  |  1987-02-17  |  3KB  |  111 lines

  1. Why and How to Use EQRAMDVR.SYS
  2.  
  3.  
  4. Many RAM disk programs supplied with expansion boards do not
  5. work with an Equity I with dual floppy disks.  The Equity I
  6. supports only two floppy disk drives, and these programs
  7. expect the operating system to treat it as a floppy disk.
  8.  
  9. RAM disk utilities that are in device driver form (must be
  10. specified in CONFIG.SYS) should have no problems.  Any RAM disk
  11. utility that is executed from the system prompt will have problems
  12. on a dual floppy Equity.  These are the programs EQRAMDVR.SYS
  13. was designed to support.
  14.  
  15. The device driver EQRAMDVR.SYS provides the support needed for
  16. these utilities by creating an 'empty' disk drive that a RAM disk
  17. program can use when it is executed.
  18.  
  19.  
  20. How to Use EQRAMDVR.SYS
  21.  
  22. Since EQRAMDVR.SYS is a device driver, it must be specified in
  23. the CONFIG.SYS file on your boot disk.  See pages 3-1 to 3-4 in
  24. "MS-DOS for the Equity I" for a description of the CONFIG.SYS
  25. file.  The boot disk can either be a floppy disk or a hard disk.
  26. The file EQRAMDVR.SYS must also be copied to your boot disk.
  27. In the following instructions, [ENTER] means press the ENTER key,
  28. and [F6] means press the F6 key.
  29.  
  30. 1.    Boot your system with your working copy of MS-DOS.
  31.     If you have a hard disk that is set to autoboot, boot
  32.     from the hard disk. 
  33.  
  34. 2.    When the MS-DOS prompt appears, place the disk with
  35.     EQRAMDVR.SYS in drive B: (A: for hard disk systems). For
  36.     a floppy disk system, type:
  37.  
  38.     COPY B:EQRAMDVR.SYS [ENTER]
  39.  
  40.     For a hard disk system, type:
  41.  
  42.     COPY A:EQRAMDVR.SYS [ENTER]
  43.  
  44. 3.    Check if CONFIG.SYS already exists on your boot disk by
  45.     typing:
  46.  
  47.     DIR CONFIG.SYS [ENTER]
  48.  
  49.     If the message 'File not found' appears, follow step 4a,
  50.     otherwise follow 4b.
  51.  
  52. 4a.    Type:
  53.  
  54.     COPY CON: CONFIG.SYS [ENTER]
  55.     DEVICE=EQRAMDVR.SYS /2 [ENTER]
  56.     [F6] [ENTER]
  57.  
  58. 4b.    Type:
  59.  
  60.     COPY CONFIG.SYS + CON: CONFIG.SYS [ENTER]
  61.     DEVICE=EQRAMDVR.SYS /2 [ENTER]
  62.     [F6] [ENTER]
  63.  
  64. Note:    The /2 above is optional.  It will be explained in the
  65.     following section.
  66.  
  67. 5.    Reset the system, and your Equity I is now ready to use
  68.     a RAM disk program.
  69.  
  70.  
  71. EQRAMDVR.SYS Options and Operation
  72.  
  73. There is one option for EQRAMDVR.SYS.  Typing a /n (where n is a
  74. number from 1 to 4) after DEVICE=EQRAMDVR.SYS sets the number of
  75. RAM disks that can be supported.  In the instructions above, the
  76. /2 will allow the Equity I to support two RAM disks.  If the /n
  77. option is omitted, EQRAMDVR.SYS sets up support for one RAM disk.
  78.  
  79. When the system boots, EQRAMDVR.SYS will display a sign on
  80. mesage similar to this:
  81.  
  82. RAM disk emulator support installed at drive(s) C:, D:
  83.  
  84. There will from one to four drive letters shown, depending on the
  85. /n option.  When you execute your RAM disk program, be sure to
  86. use the drive letter shown in the sign on message.  For example,
  87. using Tecmar's MEMDISK program, you would type this command at
  88. the MS-DOS prompt:
  89.  
  90. MEMDISK D: -BUF160
  91.  
  92. This would set up a 160K RAM disk at drive D:.
  93.  
  94. If you attempt to use one of the EQRAMDVR.SYS drives before
  95. running your RAM disk program, you will get one of the following
  96. error messages:
  97.  
  98. Not ready error reading drive x
  99. Abort, Retry, Ignore?
  100.  
  101. or
  102.  
  103. Bad command  error reading drive x
  104. Abort, Retry, Ignore?
  105.  
  106. The x would actually be the letter of the drive you tried to
  107. access.  Press A to abort, then run your RAM disk program.
  108. ?
  109.  
  110. The x would actually be the letter of the drive you tried to
  111. acc